home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 13 - 1997 (partial) / 13.05 May 97 / WebObjects Overview / Hello.wos < prev    next >
Encoding:
Text File  |  1997-03-26  |  292 b   |  7 lines  |  [TEXT/R*ch]

  1. // This WebScript file has one line — a declaration of the visitorName 
  2. // instance variable.  At runtime, this file is parsed by WebObjects and 
  3. // a subclass of WOComponent is dynamically added to the runtime with 
  4. // the developer’s custom methods and instance variables.
  5.  
  6. id visitorName;
  7.